home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 441_01 / vgaedit.man < prev    next >
Text File  |  1993-05-09  |  4KB  |  59 lines

  1. ------------------------------------------------------------------------------
  2. THE VGA EDITOR 1.30                   QUICKManual                   (05/10/93)
  3. ------------------------------------------------------------------------------
  4. If a mouse is not detected, it will not be used.  All functions can be
  5. performed through the keyboard, as well as the mouse. When on the drawing pad,
  6. holding the left mouse button and dragging the mouse places the "Pen down" and
  7. draws using the current pen color.  Select the pen color by pressing the
  8. appropriate number or letter according to the onscreen palette.  The right
  9. mouse button, as well as the <TAB> key, pops up the menu.
  10.  
  11. Once in the menu, the left mouse button or <ENTER> selects an option, while
  12. the right mouse button, <ESC>, or <TAB> cancels the operation.
  13.  
  14. The menu options marked in RED are unavailable to you currently.  Certain
  15. actions will make them available, but some have not yet been written.  The
  16. UNDO F10 for example will become available as soon as you perform an action
  17. that can warrant an UNDO.  If you accidentally UNDO, do not worry.  The UNDO
  18. is replaced by a REDO F10 that will UNDO the last UNDO.  ** CAREFUL ** the
  19. REDO is only available right after an UNDO.  It changes back to UNDO as soon
  20. as you perform an action that can warrant an UNDO.
  21.  
  22. You will notice each command is followed by an "xFx" (ie. F3, +F3, ^F3, @F3).
  23. Respectively, they represent <F3> <SHIFT>-<F3> <CTRL>-<F3> <ALT>-<F3>.  You
  24. can use these key combinations to select that command instead of going through
  25. the menu subsystem.
  26.  
  27. When you start up THE VGA EDITOR, there will be a box that in the top-right
  28. corner of the screen displays.  Here the true "unzoomed" image is displayed.
  29. Below the box is a line that reads "F=1 X=79 Y=58".  Respectively, this stands
  30. for "F"rame 1, "X" length 79 pixels, "Y" height 58 pixels.
  31.  
  32. New frames are created through the Frame menu and Create, or the quick key F5.
  33. These frames can then be animated through the Frame-Animate (F6) option.
  34.  
  35. Four files come with this shareware version of VGA EDITOR: GRAKNIL.VGA
  36. CYBORG.VGA, CHEETAH.VGA, TREEANIM.VGA, and DISKANIM.VGA.  The first three are
  37. static one-frame pictures whereas the last two are animations.  Load them up
  38. and take a look at what can be done using THE VGA EDITOR.
  39.  
  40. When loading files, the .VGA extension is assumed if no extension is inputted.
  41. Therefore, you can just type CYBORG and CYBORG.VGA will be loaded.  Also,
  42. if there is a name in brackets (ie. File to save [CYBORGF.VGA] ) pressing
  43. enter will use the name in brackets.  No need to retype it.
  44.  
  45. THE VGA EDITOR will load up Windows .ICO files, but will NOT save in this
  46. format.  This is due to the fact that I do not know how the .ICO file format
  47. works (I learned how to load them by studying the raw hexadecimal output of
  48. several .ICO files; I was able to make some educated guesses, and it works!)
  49.  
  50. Again, these graphics and anything created using THE VGA EDITOR can be very
  51. easily integrated into any C program.  This was the original design purpose
  52. for this software.  However, it has blossomed into a nice graphics/animation
  53. program that can be used by anyone who wishes to create pictures and
  54. animations.  It is nice to know that these pictures can also be used in
  55. software development, should they ever wish to be.
  56. ------------------------------------------------------------------------------
  57.                               END OF QUICKManual
  58. ------------------------------------------------------------------------------
  59.